mirror of
https://github.com/Rushilwiz/SkoolOS.git
synced 2025-04-18 19:30:19 -04:00
8 lines
146 B
Python
8 lines
146 B
Python
from __future__ import print_function, unicode_literals
|
|
from PyInquirer import prompt, print_json
|
|
import json
|
|
import os
|
|
import argparse
|
|
|
|
|
|
|