mirror of
https://github.com/LearningOS/lab0-0-setup-env-run-os1-d0zingcat.git
synced 2026-05-16 15:09:21 +00:00
5 lines
62 B
Python
5 lines
62 B
Python
import base
|
|
|
|
if __name__ == '__main__':
|
|
base.test([], [])
|