nazunalika
4f9bfd44a0
Add better syncing for current bash scripts (thanks pgreco) Continued python scripts, creating classes for local module imports, with some inspiration coming from cobbler
10 lines
153 B
Python
10 lines
153 B
Python
#!/usr/bin/env python3
|
|
|
|
from common import *
|
|
import argparse
|
|
from util import Checks
|
|
|
|
rlvars = rldict['9']
|
|
r = Checks(rlvars, arch)
|
|
r.check_valid_arch()
|