コード例 #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')