created placeholder main file
This commit is contained in:
parent
5c84386ba1
commit
faf380591b
5
src/main.py
Normal file
5
src/main.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
def main() -> None:
|
||||
pass
|
||||
|
||||
if "__name__" == "__main__":
|
||||
main()
|
Loading…
Reference in a new issue