1. partially add simple module for fastapi apps; 2. update checks rest.py;
8 lines
146 B
Python
8 lines
146 B
Python
from online.fxreader.pr34.commands_typed import metrics
|
|
|
|
def main() -> None:
|
|
raise NotImplementedError
|
|
|
|
if __name__ == '__main__':
|
|
main()
|