10 lines
88 B
Python
10 lines
88 B
Python
import src
|
|
|
|
|
|
def main() -> None:
|
|
src.main()
|
|
|
|
|
|
if __name__ == "__main__":
|
|
main()
|