mirror of
https://github.com/kristoferssolo/LU-bookstore.git
synced 2025-10-21 18:00:34 +00:00
10 lines
94 B
Python
Executable File
10 lines
94 B
Python
Executable File
#!/usr/bin/env python3
|
|
|
|
|
|
def main() -> None:
|
|
pass
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|