mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2026-02-04 05:22:03 +00:00
Initial commit
This commit is contained in:
6
src/main.py
Normal file
6
src/main.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def main() -> None:
|
||||
pass
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
||||
Reference in New Issue
Block a user