1# -*- coding: utf-8 -*-
2from fontaine.namelist import codepointsInNamelist
3
4class Charset:
5    common_name = u'Google Fonts: Greek Ancient Musical Symbols'
6    native_name = u''
7    abbreviation = 'GREK'
8
9    def glyphs(self):
10        glyphs = codepointsInNamelist("charsets/internals/google_glyphsets/Greek/GF-greek-ancient-musical-symbols.nam")
11        return glyphs
12
13
14