mirror of
https://github.com/Ladebeze66/AIagent.git
synced 2025-12-18 20:27:43 +01:00
5 lines
123 B
Python
5 lines
123 B
Python
class Filenames:
|
|
unicode = 'smörbröd.py'
|
|
latin_1 = unicode.encode('latin-1')
|
|
utf_8 = unicode.encode('utf-8')
|