예제 #1
0
파일: test.py 프로젝트: caivega/toCSS
	def test_string(self):
		print(toCSS(obj))
예제 #2
0
파일: test.py 프로젝트: caivega/toCSS
	def test_file(self):
		with open('file.css', 'a', encoding='utf-8') as file:
			file.write(toCSS(obj))
		print('1. File.css saved!\n')